Skip to content

feat: add RepositoryMigration as valid actor_type for bypass_actors#3337

Open
AnBorodin wants to merge 1 commit intointegrations:mainfrom
AnBorodin:feat/add-repository-migration-actor-type
Open

feat: add RepositoryMigration as valid actor_type for bypass_actors#3337
AnBorodin wants to merge 1 commit intointegrations:mainfrom
AnBorodin:feat/add-repository-migration-actor-type

Conversation

@AnBorodin
Copy link
Copy Markdown

Resolves #3336


Before the change?

  • actor_type in bypass_actors only accepts: Integration, OrganizationAdmin,
    RepositoryRole, Team, DeployKey
  • Using actor_type = "RepositoryMigration" causes a Terraform validation error and
    prevents plan/apply from running

After the change?

  • RepositoryMigration is added as a valid actor_type value in bypass_actors for
    both github_repository_ruleset and github_organization_ruleset resources
  • Users can now configure ruleset bypass rules for repository migrations without errors

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@github-actions
Copy link
Copy Markdown

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@github-actions github-actions bot added the Type: Feature New feature or request label Apr 15, 2026
@deiga deiga modified the milestone: v6 Next Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: Support RepositoryMigration actor type in bypass_actors for ruleset

2 participants